home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacTech 1 to 12
/
MacTech-vol-1-12.toast
/
Source
/
MacTech® Magazine
/
Volume 08 - 1992
/
08.02 Jun 92
/
Generic Virus Detection
/
Errors.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-05-26
|
295 b
|
10 lines
|
[
TEXT/MPS
]
/* errors.h : error message definitions */
#define NO_ERROR 0
#define BAD_STRING_MALLOC "Cannot allocate new string!\n"
#define GOODBYE "Cannot recover from previous error: bye!\n"
#define CANNOT_OPEN_FILE "Cannot open file: %s\n"
#define UNKNOWN "Unknown error!\n"
typedef int ERROR_CODE;